home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / ITreeBrowserMatrix.m < prev    next >
Text File  |  1993-01-12  |  454b  |  35 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import "ITreeBrowserMatrix.h"
  5. #import <appkit/Application.h>
  6. #import <appkit/Window.h>
  7.  
  8. #import "errdebug.h"
  9.  
  10. @implementation ITreeBrowserMatrix
  11.  
  12. - mouseDown:(NXEvent *)theEvent
  13. {
  14.     iFlags = theEvent->flags;
  15.     return [super mouseDown:theEvent];
  16. }
  17.  
  18. - (int)flagsOfLastEvent
  19. {
  20.     return iFlags;
  21. }
  22.  
  23. - resetFlagsOfLastEvent
  24. {
  25.     iFlags = 0;
  26.     return self;
  27. }
  28.  
  29. - (BOOL)acceptsFirstMouse
  30. {
  31.     return YES;
  32. }
  33.  
  34. @end
  35.